fix(laravel): disable plugins on non-laravel projects - #1793
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
ALameLlama
left a comment
There was a problem hiding this comment.
the lint in complaining about this but this would be good to have
Co-authored-by: Nicholas Ciechanowski <NicholasACiechanowski@gmail.com>
Co-authored-by: Nicholas Ciechanowski <NicholasACiechanowski@gmail.com>
Sorry for not replying. I misunderstood you for some AI bot. Also, the grammar... |
Rude. |
📑 Description
The PR disables Laravel plugins that interfere with other imports.
📖 Additional Information
Unless a file named artisan is found on the root of the project, all additional Laravel plugins are disabled.